home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / AppKiller / README < prev    next >
Text File  |  1992-12-10  |  2KB  |  59 lines

  1. Application Killer, 1.2            by   Brent Burton, 4/29/92
  2. ------------------
  3.  
  4.   In this directory you will find the source code and executable versions
  5. of my "Application Killer" program.  (The name was a desparate choice.)
  6. Anyway, AK uses the new PPC features of System 7 and allows the user to
  7. kill any running application that supports the standard Apple Events.
  8.  
  9.   One use that I have discovered is for killing the Finder so I can run a
  10. single program, such as a game, on the "bare" machine.  Users of machines
  11. with 2Mb of Ram might need to use this occasionally (maybe for a compiler?)
  12. to free up some extra memory.
  13.  
  14.   A new feature is the ability to start applications also.  This is a nice
  15. addition because it's hard to start applications once the finder is dead.
  16.  
  17. The Source Code   (and Think C 5.0)
  18. --- ------ ----
  19.  
  20.   Included with the code are the resource and Think C 5.0 project files.
  21. Before you recompile the application you will need to precompile the
  22. ak_header.h file into "ak_headers".  The ak_headers file is about 105k
  23. in size.  Compilation with other compilers is not tested and if you
  24. are not using Think C then you may or may not be able to use precompiled
  25. headers (see your manual).
  26.  
  27.  
  28. Misc
  29. ----
  30.   All development was done on a Mac +, Think C 5.0, Sys 7, 4Mb ram, 
  31. 5'-9.5", 130lbs, hazel eyes, Gemini, likes the outdoors.  555-1212.
  32. If the program doesn't work on your system, please let me know and
  33. I'll look into it.
  34.  
  35. Enjoy.
  36. -Brent Burton
  37.  bpb9204@tamsun.tamu.edu
  38.  
  39. ---------------------------------------------------------
  40. CHANGE HISTORY
  41. ------- -------
  42. 12/10/92 -- repackaged for another batch mailing
  43.  
  44. 4/29/92 -- Change the about box picture to something less possibly
  45.    offensive to others.  Updated to version to 1.2.  No changes to the
  46.    code except for a few more comments added.
  47.  
  48. 3/14/92 -- Made a couple changes in the code like correcting some of
  49.    the comments.
  50.  
  51. 12/21 - 3/13 -- let the program stagnate.
  52.  
  53. 12/21/91 -- added "Launch Application" to fire up applications;  just an
  54.    easy way to do things in case the finder isn't running.  It's also quicker
  55.    navigating via the file dialogs than opening 12 finder windows...
  56.  
  57. 12/10/91 -- 1.0  -- initial release. Only kills applications
  58.  
  59.